module Base
{

	item Autogyro_Trunk1
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	10.0,
        Type	=	Normal,
        DisplayName	= Autogyro Trunk,
        Icon	=	Autogyro_Trunk_Icon,
        MaxCapacity = 10,
        ConditionAffectsCapacity = false,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 20,
        MechanicsItem = TRUE,
		VehicleType =   1,
    }

	template vehicle Autogyro_TrunkTemplate
	{
		
part Autogyro_TruckBedPart
{

	area = TruckBed,
	category = bodywork,
	itemType = Base.Autogyro_Trunk,
	mechanicRequireKey = true,
	repairMechanic = true,
	container
	{
		conditionAffectsCapacity = false,
		test = Autogyro_Vehicle.ContainerAccess.Autogyro_TruckBed,
	}
	lua
	{
	create = Vehicles.Create.Default,
	}
}

}
}